object FortuneBox: TFortuneBox Left = 264 Top = 229 VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog Caption = 'Fortune Cookie - Mah Jongg Wall' ClientHeight = 179 ClientWidth = 424 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgBackground: TImage Left = 0 Top = 0 Width = 424 Height = 179 Picture.Data = {} end object imgOttowaFont: TImage Left = 114 Top = 76 Width = 251 Height = 22 Picture.Data = {} Visible = False end object btnExit: TButton Left = 175 Top = 137 Width = 75 Height = 26 Cancel = True Caption = 'E&xit' Default = True ModalResult = 1 TabOrder = 0 end end